Ideally I'd like to mimic the treeview column-header style,
but font-weight: bold; doesn't seem to work. Making them plain
for now.
https://bugzilla.gnome.org/show_bug.cgi?id=753357
&:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
&.highlight, &.highlight:backdrop {
+ font-size: smaller;
color: $fg_color;
- background: $borders_color;
}
}
}
- &:inconsistent, &:inconsistent:backdrop,
- &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
+ &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
+ &.highlight, &.highlight:backdrop { color: $fg_color; }
}
/***********